From: Jeremy BĂ­cha Date: Tue, 7 Oct 2025 23:00:26 +0000 (-0400) Subject: tests: Skip a test that fails on i386 because of rounding differences X-Git-Tag: archive/raspbian/1.28.2-1+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22stanciumarius94%40gmail.com/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22?a=commitdiff_plain;h=0ddc355bbe159aff66a35d8be982d740a9891c9d;p=gst-plugins-bad1.0.git tests: Skip a test that fails on i386 because of rounding differences Gbp-Pq: Name Skip-failing-tests-i386.patch --- diff --git a/tests/check/elements/avtpcrfbase.c b/tests/check/elements/avtpcrfbase.c index 4565b700..4f31e6bc 100644 --- a/tests/check/elements/avtpcrfbase.c +++ b/tests/check/elements/avtpcrfbase.c @@ -830,7 +830,9 @@ avtpcrfbase_suite (void) tcase_add_test (tc_chain, test_validate_crf_pdu_tstamps_not_monotonic); tcase_add_test (tc_chain, test_gst_base_freq_multiplier); tcase_add_test (tc_chain, test_calculate_average_period_multiple_crf_tstamps); +#ifndef __i386__ tcase_add_test (tc_chain, test_calculate_average_period_rounding_error); +#endif tcase_add_test (tc_chain, test_calculate_average_period_multiple_crf_tstamps_64_bit_overflow); tcase_add_test (tc_chain, test_calculate_average_period_single_crf_tstamp);